home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 6984 / 6984.xpi / install.rdf < prev   
Extensible Markup Language  |  2009-11-24  |  1KB  |  26 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  3.  xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  4.   <Description about="urn:mozilla:install-manifest">
  5.     <em:id>lazarus@interclue.com</em:id>
  6.     <em:name>Lazarus: Form Recovery</em:name>
  7.     <em:version>2.0.5</em:version>
  8.     <em:creator>Karl Dearden</em:creator>
  9.     <em:description>Recover lost forms with a single click</em:description>
  10.     <em:aboutURL>chrome://lazarus/content/about.xul</em:aboutURL>
  11.     <em:optionsURL>chrome://lazarus/content/options.xul</em:optionsURL>
  12.     <em:iconURL>chrome://lazarus/skin/lazarus-32.png</em:iconURL>
  13.     <em:homepageURL>http://lazarus.interclue.com/</em:homepageURL>
  14.     
  15.     <!-- Firefox -->
  16.     <em:targetApplication>
  17.       <Description>
  18.         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- firefox -->
  19.         <em:minVersion>3.0</em:minVersion>
  20.         <em:maxVersion>3.6.*</em:maxVersion>
  21.       </Description>
  22.     </em:targetApplication>
  23.     
  24.   </Description>
  25. </RDF>
  26.